with timeout of 5 seconds
	tell application "iTunes"
		set track_info to first track whose database ID is [track_id]
		set track_played_count to played count of track_info
		set played count of track_info to (track_played_count + 1)
	end tell
end timeout